﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "PMZD";
    src: url("font/PMZD.woff2") format("woff2"),
    url("font/PMZD.woff") format("woff"),
    url("font/PMZD.ttf") format("truetype"),
    url("font/PMZD.eot") format("embedded-opentype"),
    url("font/PMZD.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("font/Montserrat-Light.woff2") format("woff2"),
    url("font/Montserrat-Light.woff") format("woff"),
    url("font/Montserrat-Light.ttf") format("truetype"),
    url("font/Montserrat-Light.eot") format("embedded-opentype"),
    url("font/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("font/Montserrat-Regular.woff2") format("woff2"),
    url("font/Montserrat-Regular.woff") format("woff"),
    url("font/Montserrat-Regular.ttf") format("truetype"),
    url("font/Montserrat-Regular.eot") format("embedded-opentype"),
    url("font/Montserrat-Regular.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("font/Montserrat-Bold.woff2") format("woff2"),
    url("font/Montserrat-Bold.woff") format("woff"),
    url("font/Montserrat-Bold.ttf") format("truetype"),
    url("font/Montserrat-Bold.eot") format("embedded-opentype"),
    url("font/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("font/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("font/SourceHanSansCN-Regular.woff") format("woff"),
    url("font/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("font/SourceHanSansCN-Regular.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("font/SourceHanSansCN-Bold.woff2") format("woff2"),
    url("font/SourceHanSansCN-Bold.woff") format("woff"),
    url("font/SourceHanSansCN-Bold.ttf") format("truetype"),
    url("font/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
    url("font/SourceHanSansCN-Bold.svg") format("svg");
}
@font-face {
    font-family: "Oswald-Heavy";
    src: url("font/Oswald-Heavy.woff2") format("woff2"),
    url("font/Oswald-Heavy.woff") format("woff"),
    url("font/Oswald-Heavy.ttf") format("truetype"),
    url("font/Oswald-Heavy.eot") format("embedded-opentype"),
    url("font/Oswald-Heavy.svg") format("svg");
}

.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN-Regular" !important;
}
footer,
section{
    overflow: hidden;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools{
    width: 2px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #999;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #0d6fb8;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #777;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #777;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #777;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #777;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev,
.swiper-button-next{
    background-size: 100% 100% !important;
    outline:none;
}
.prev_lit,
.next_lit{
    width: 26px;
    height: 26px;
}
.prev_lit{
    left: -55px;
    background: url(img/prev_lit.png) no-repeat center center;
}
.next_lit{
    right: -55px;
    background: url(img/next_lit.png) no-repeat center center;
}
.prev_lit:hover{
    background: url(img/prev_lit_hover.png) no-repeat center center;
}
.next_lit:hover{
    background: url(img/next_lit_hover.png) no-repeat center center;
}
.prev4,
.next4,
.prev3,
.next3,
.prev1,
.next1{
    width: 50px;
    height: 50px;
}

.prev1{
     left: -100px;
     background: url(img/prev_icon1.png) no-repeat center center;
 }
.next1{
    right: -100px;
    background: url(img/next_icon1.png) no-repeat center center;
}
.prev1:hover{
    background: url(img/prev_icon11.png) no-repeat center center;
}
.next1:hover{
    background: url(img/next_icon11.png) no-repeat center center;
}
.prev3{
    left: -80px;
    background: url(img/prev_icon3.png) no-repeat center center;
}
.next3{
    right: -80px;
    background: url(img/next_icon3.png) no-repeat center center;
}
.prev3:hover{
    background: url(img/prev_icon33.png) no-repeat center center;
}
.next3:hover{
    background: url(img/next_icon33.png) no-repeat center center;
}
.prev4{
    left: -80px;
    background: url(img/prev_icon4.png) no-repeat center center;
}
.next4{
    right: -80px;
    background: url(img/next_icon4.png) no-repeat center center;
}
.prev4:hover{
    background: url(img/prev_icon44.png) no-repeat center center;
}
.next4:hover{
    background: url(img/next_icon44.png) no-repeat center center;
}
.next2{
    width: 46px;
    height: 46px;
    right: 0;
    top: -4px;
}
.next2{
    background: url(img/next_icon2.png) no-repeat center center;
}


/*导航*/
.top_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.top_nav .logo{
    width: 170px;
    height: 61px;
    background: url(img/logo_color.png) no-repeat center center;
    background-size: 100% 100% !important;
    margin-left: 50px;
}

.top_nav .nav_list li {
    float: left;
    font-size: 0;
    padding: 0 27px;
}

.top_nav .nav_list li>a {
    line-height: 100px;
    font-size: 18px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top_nav .nav_list li>a:after{
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background: #0d6fb8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top_nav .nav_list li:hover>a:after,
.top_nav .nav_list li.on>a:after{
    width: 100%;
}
.top_nav .nav_list li:hover>a,
.top_nav .nav_list li.on>a{
    color: #0d6fb8;
}
.top_nav .nav_list li .hide_menu{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #eaeaea;
    display: none;
    text-align: center;
}
.top_nav .nav_list li:hover .hide_menu{
    display: block;

}
.top_nav .nav_list li .hide_menu dd{
    display: inline-block;

}
.top_nav .nav_list li .hide_menu dd a{
    padding: 0 40px;
    line-height: 60px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.top_nav .nav_list li .hide_menu dd a:after{
    content: '/';
    display: block;
    position: absolute;
    top: 1px;
    right: -2px;
}
.top_nav .nav_list li .hide_menu dd:last-of-type a:after{
    display: none;
}
.top_nav .nav_list li .hide_menu dd a:hover{
    color: #0d6fb8;
}
.top_nav_right{
    align-items: center;
}
.top_nav_right li{
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 0 35px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_nav_right .search_box .search_ipt{
    background: url(img/search_icon_color.png) no-repeat center left;
    width: 200px;
    padding-left: 30px;
}

.top_nav_right .search_box .search_ipt input{
    background: transparent;
    width: 100%;
    line-height: 35px;
}

.top_nav_right .lan_box a{
    font-family: Montserrat-Light;
    position: relative;
    padding-right: 15px;

}
.top_nav_right .lan_box a:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    border: 4px solid transparent;
    border-top: 6px solid #333;
    margin-top: -3px;
}
.top_nav_right .menu_box .menu {
    width: 30px;
    height: 30px;
    background: url(img/menu_color.png) no-repeat center center;
}

/*首页第一屏*/
.top_nav.white{
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}
.top_nav.white .logo {
    background: url(img/logo.png) no-repeat center center;
}
.top_nav.white .top_nav_right .search_box .search_ipt {
    background: url(img/search_icon.png) no-repeat center left;
}
.top_nav.white .top_nav_right .search_box .search_ipt input{
    color: #fff;
}
.top_nav.white ::-webkit-input-placeholder{
    color: rgba(255,255,255,0.7);
}
.top_nav.white ::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.7);
}
.top_nav.white :-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.7);
}
.top_nav.white :-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.7);
}
.top_nav.white .top_nav_right .menu_box .menu {
    background: url(img/menu.png) no-repeat center center;
}
.top_nav.white .top_nav_right .lan_box a:after {
    border-top: 6px solid #fff;
}
.top_nav.white .top_nav_right li {
    border-left: 1px solid rgba(255,255,255,0.1);
}
.top_nav.white .nav_list li .hide_menu {
    background: transparent;
}
/*全屏导航*/
.full_menu{
    position: fixed;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10001;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
/*    background: url(img/full_menu_bg.jpg) no-repeat bottom center;
    background-size: cover !important;*/
    color: #fff;
}
.full_menu.open{
    top: 0;
}
.full_menu_bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

}
.full_menu .top{
    text-align: center;
    padding: 70px 0 150px;
    position: relative;
    z-index: 1;
}
.full_menu .top .close{
    padding: 5px;
}

.full_meum_list{
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
.full_meum_list{
    width: 100%;
}
.full_meum_list li{
    flex: 1;
    text-align: center;
}
.full_meum_list li>a {
    font-size: 36px;
    width: 100%;
    text-align: center;
    padding: 35px 0 30px;
}
.full_meum_list li .num{
    font-size: 36px;
    color: #0d6fb8;
    font-family: PMZD;

}
.full_meum_list li .hide_menu{
    flex-wrap: wrap;
}
.full_meum_list li .hide_menu dd{

}
.full_meum_list li dd a {
    line-height: 60px;
    font-size: 18px;
    color: rgba(255,255,255,0.4);
}

.full_meum_list li dd a:hover{
    color: rgba(255,255,255,0.7);
}

/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_swiper li,
.banner_swiper li>a{
    width: 100%;
    height: 100%;
}
.banner_swiper li>a{
    width: 100%;
    height: 100%;
      background-size: cover !important;
}
.banner_swiper li video{
  width: 100%;
  height: 100%;
}
.banner_info{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.banner_info .title1{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}
.banner_info .title2{
    font-size: 30px;
    line-height: 40px;
}

.sec1 .down_icon{
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100px;
    height: 100px;
    background: url(img/down_icon.png) no-repeat center center;
    background-size: 100% 100% !important;
}
/*第二屏  解决方案*/
.index_title{

}
.index_title .title1{
    font-size: 40px;
    margin-top: 5px;
}
.index_title .title1 span{
    font-family: PMZD;
}
.index_title .title2{
    font-size: 18px;
}
.read_more{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #0d6fb8;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
.read_more span{
    padding-left: 0;
    padding-right: 40px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.read_more i{
    width: 5px;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    background: url(img/arrow_icon.png) no-repeat center center;
}
.read_more:before,
.read_more:after{
    height: 1px;
    background: #0d6fb8;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.read_more:before{
    width: 0;
    left: 0;
}
.read_more:after{
    width: 25px;
    right: 4px;
}
.read_more:hover:before{
    width: 25px;
}
.read_more:hover:after{
    width: 0;
}
.read_more:hover span{
    padding-left: 35px;
    padding-right: 10px;
}
.sec.sec2{
    padding-bottom: 0;
}
.sec2_top{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.sec2 .index_title{
    text-align: right;

}
.sec2 .index_title .title1{
    margin-top: 0px;
}
.sec2 .index_title .title2{
    margin-top: 10px;
}

.index_solution_menu{
    position: relative;
}
.index_solution_menu:before{
    width: 200%;
    height: 1px;
    background: #d9e5ee;
    position: absolute;
    bottom: 28px;
    right: 70px;
    content: "";
    display: block;

}
.index_solution_menu a{
    position: relative;
    text-align: center;
    width: 120px;
    margin: 0 50px;
    padding-bottom: 60px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index_solution_menu a:first-of-type{
    margin-left: 0;
}
.index_solution_menu a:last-of-type{
    margin-right: 0;
}
.index_solution_menu a span{
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #0d6fb8;
}
.index_solution_menu a i{
    line-height: 18px;
    color: #666;
    text-transform: uppercase;
}
.index_solution_menu a:after{
    width: 60px;
    height: 60px;
    background: #fff url(img/dot.png) no-repeat center center;
    background-size: 24px 24px !important;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_solution_menu a.on:after,
.index_solution_menu a:hover:after {
    background: #fff url(img/dot_hover.png) no-repeat center center;
}



.sec2_solution_con{

}

.sec2_solution_con .solution_area{
    display: none;
}
.sec2_solution_con .solution_area.active{
    display: block;
}
.solution_area .area{
    justify-content: space-between;
}
.solution_area .right{
    width: 47.9%;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.solution_area .right .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.solution_area .left{
    width: 52.1%;
    background: #005da9;
    color: #fff;
    padding: 90px 90px 90px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

}
.solution_area .left .before{
    position: absolute;
    bottom: -35px;
    left: -12px;
    font-size: 165px;
    line-height: 165px;
    height: 165px;
    overflow: hidden;
    color: rgba(255,255,255,0.05);
    font-family: Montserrat-Bold;

}
.solution_area .info_pro{
    padding-top: 40px;
}
.solution_area .info_pro .lit_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.solution_area .info_con{

}
.solution_area .info_con .title{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 18px;
}

.solution_area .pro_con{
    position: relative;
}
.solution_area .pro_con li{
    background: url(img/pro_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
}
.solution_area .pro_con li a {
    width: 100%;
    height: 200px;
}
.solution_area .pro_con li .name_con{
    max-width: 50%;
    position: absolute;
    top: 0;
    color: #0d6fb8;
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

}
.solution_area .pro_con li .name_con .name {
    font-size: 26px;
    font-family: Montserrat-Bold;
    margin-top: 10px;
}
.solution_area .pro_con li .img{
    height: 100%;
    max-width: 66%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   position: relative;
}
.solution_area .pro_con li img{
      max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.read_more2{
    background: url(img/read_more2_icon.png) no-repeat center left;
    width: 30px;
    height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.solution_area .pro_con li:hover .read_more2{
    margin-left: 10px;
}
/*第三屏  关于我们*/
.sec{
    padding: 100px 0;
}
.sec3{
    background: #f7fafd;
}
.sec3_top{
    justify-content: space-between;
}
.sec3_top .left{
    width: calc(57.3% - 150px);
    margin-right: 150px;
    position: relative;
}
.sec3_top .left .sem{
    width: 64px;
    height: 51px;
    background: url(img/quo_icon1.png) no-repeat center center;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.sec3_top .left .sem.sem2{
    background: url(img/quo_icon2.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sec3_top .index_title{
    padding-top: 10px;
}
.sec3_top .left .line{
    display: block;
    width: 1px;
    height: 50px;
    background: #0d6fb8;
    margin: 15px 0;
}
.sec3_top .left .info{
    color: #777;
    height: 180px;
    margin-bottom: 30px;
}
.read_more3.read_more{
    background: #0d6fb8;
    color: #fff;
    padding: 0 20px;
}
.read_more3.read_more:before,
.read_more3.read_more:after{
    background: #fff;
}
.read_more3.read_more:before{
    left: 20px;
}
.read_more3.read_more:after {
    right: 24px;
}
.read_more3.read_more i {
    height: 100%;
    right: 20px;
    background: url(img/arrow_icon2.png) no-repeat center center;
}
.read_more3.read_more:hover span {
    padding-left: 30px;
}
.sec3_top .right{
    width: 42.7%;
    background: url(img/sec3_img.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;

}
.sec3_top .right .video_open{
    width: 90px;
    height: 90px;
    background: url(img/video_icon.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.sec3_top .right .font{
    font-family: Montserrat-Bold;
    padding-top: 10px;
}
.index_num_list{
    margin: 130px 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_num_list li{
    justify-content: space-between;
    align-items: center;
    width: 25%;
    padding: 0 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.index_num_list li:first-of-type{
    padding-left: 0;
}
.index_num_list li:last-of-type{
    border-right: 0;
    padding-right: 0;
}

.index_num_list li .left .p1{
    margin-bottom: 5px;
    font-weight: 600;
}
.index_num_list li .left .p1 span{
    font-size: 60px;
    font-family: PMZD;
}
.index_num_list li .left .p2{
    color: #999;
}
.index_num_list li img{
    height: 40px;
}

/*我们的动态*/
.sec4{
    background: url(img/sec4_bg.png) no-repeat top center;
    background-size: cover;
}
.sec4_top{
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}


.index_new_menu{
    position: relative;
}

.index_new_menu a{
    padding: 0 20px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_new_menu a:last-of-type{
    padding-right: 0;

}
.index_new_menu a:hover,
.index_new_menu a.on {
    color: #0d6fb8;
    font-weight: 600;
}


.sec4_new_con{

}

.sec4_new_con .new_area{
    display: none;
}
.sec4_new_con .new_area.active{
    display: block;
}


.new_area .new_con{
    position: relative;
}
.new_area .new_con li{
    position: relative;
    height: 300px;
    color: #fff;
}
.new_area .new_con a{
    position: relative;
}
.new_area .new_con li a:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 180px solid transparent;
    border-bottom: 180px solid rgba(0,93,169,0.9);
    border-left: 180px solid rgba(0,93,169,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.new_area .new_con li a:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 100px solid transparent;
    border-top: 100px solid #005da9;
    border-left: 100px solid #005da9;
    position: absolute;
    top: 0;
    left: 0;
}
.new_area .new_con li:nth-of-type(2n-1) a:before{
    border-bottom-color: rgba(0,21,45,0.9) !important;
    border-left-color: rgba(0,21,45,0.9) !important;
}

.new_area .new_con li:nth-of-type(2n-1) a:after{
    border-top-color: #00152d !important;
    border-left-color: #00152d !important;
}

.new_area .new_con a,
.new_area .new_con .img_con{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.new_area .new_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.new_area .new_con .time{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-family: PMZD;
    z-index: 2;

}

.new_area .new_con .time .day{
    font-size: 30px;
}
.new_area .new_con .time .year{
    line-height: 20px;
}
.new_area .new_con .title{
    padding-left: 20px;
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    max-width: 50%;
    z-index: 3;
}



footer{
    position: relative;
    background: #00152d;
    color: #fff;
}

.footer_con{
    justify-content: space-between;
}
.foot_left,
.foot_right{
    padding: 100px 0 50px;
}
.foot_left {
    width: 50%;
    border-right: 1px solid rgba(255,255,255,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.foot_left .logo{
    margin-bottom: 45px;
}
.foot_left .logo img{
    height: 61px;
}
.foot_left .ewm img{
    width: 110px;
    height: 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.foot_left .phone_list{
    padding-left: 110px;
}
.foot_left .phone_list dl{
    margin-bottom: 30px;
}
.foot_left .phone_list dl:last-of-type{
    margin-bottom: 0;
}
.foot_left .phone_list dl dt{
    color: #0d6fb8;
    line-height: 20px;
    font-size: 14px;
}
.foot_left .phone_list dl dd{
    line-height: 40px;

}
.foot_left .phone_list dl dd.phone{
    font-size: 30px;
    font-family: PMZD;
}
.foot_right{
    width: 50%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot_right h5{
    font-size: 18px;
    margin-bottom: 5px;
}
.liuyan_con ul{
    position: relative;
}

.liuyan_con li{
    width: 48.75%;
    margin-right: 2.5%;
    float: left;
    margin-top: 15px;
}
.liuyan_con li:nth-of-type(2n){
    margin-right: 0;
}

.liuyan_con li textarea,
.liuyan_con li input{
    width: 100%;
    background: rgba(13,111,184,.1);
    border: none;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
}
.liuyan_con li textarea{
    height: 100px;
}
.liuyan_con li.textarea_li{
    width: 80%;
}
.liuyan_con li.submit_li{
    width: 17.5%;
    position: absolute;
    bottom: 4px;
    right: 0;
}

.liuyan_con li.submit_li input {
    text-align: center;
    color: #fff;
    background: #0d6fb8;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 20px;
}
.liuyan_con li.submit_li input[disabled]{
    background: #eee;
}
.liuyan_con textarea::-webkit-input-placeholder,
.liuyan_con input::-webkit-input-placeholder{
    color: rgba(255,255,255,0.5);
}
.liuyan_con textarea::-moz-placeholder,
.liuyan_con input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.5);
}
.liuyan_con textarea::-moz-placeholder,
.liuyan_con input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.5);
}
.liuyan_con textarea:-ms-input-placeholder,
.liuyan_con input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5);
}


.copy_right{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    color: rgba(255,255,255,0.2);
    justify-content: space-between;
    align-items: center;
}

.copy_right .copy{
    line-height: 25px;
}
.copy_right .copy span,
.copy_right .copy a{
    margin-right: 5px;
}
.copy_right .copy .gongbei_icon{
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.copy_right .b_share a{
    padding: 10px 12px;
    opacity: 0.8;
}
.copy_right .b_share a:hover{
    opacity: 1;
}


.inner{
    position: relative;
    z-index: 1;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.inner .inner_wrap .w{
    position: relative;
    padding-bottom: 170px;
}
.inner .inner_title{
    margin-bottom: 10px;
    font-size: 40px;
}
.inner_title .en_title{
    font-size: 60px;
    font-family: Montserrat-Bold;
}
.inner_title .title{
    font-size: 60px;
}


.left_menu{
    padding-top: 70px;
}
.left_menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.left_menu li{
    margin: 0 30px;
    padding: 0 3px;
    position: relative;
}
.left_menu li:first-of-type{
    margin-left: 0;
}
.left_menu li a:before{
    width: 0;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0d6fb8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.left_menu li a{
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 10;
}

.left_menu li:after{
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left_menu li:last-of-type:after{
    display: none;
}
.left_menu li a:hover:before,
.left_menu li a.on:before {
    width: 100%;
}
.inner_wrap .slide_down{
    width: 11px;
    height: 181px;
    background: url(img/slide_down.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wrap_title{
    font-size: 36px;
    margin-bottom: 45px;
    position: relative;
}
.wrap_title .title1{
    font-weight: 700;
}
.wrap_title .title2{
    color: #333;
    opacity: 0.1;
    font-weight: 700;
}
.wrap_title.center{
    text-align: center;
}
.wrap_title.white,
.wrap_title.white .title2{
    color:#fff;
}
.about1 .about1_left{
    width: 62%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 170px;
    position: relative;

}
.about1 .sem{
    width: 64px;
    height: 51px;
    background: url(img/quo_icon2.png) no-repeat center center;
    position: absolute;
    top: 50px;
    right: 0;
}
.about1 .about1_left .company_name{
    font-size: 20px;
    line-height: 30px;
    color: #0d6fb8;
    font-weight: 500;
    margin-bottom: 25px;
}
.about1 .about1_left .company_name span{
    font-family: PMZD;
}
.about1 .about1_left .info{
    height: 360px;
}
.about1 .about1_left .video_open{
    font-family: Montserrat-Bold;
    color: #0d6fb8;
    margin-top: 40px;
}

.about1 .about1_right{
    width: 38%;
    padding: 0 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: url(img/about1_right.jpg) no-repeat center center;
    background-size: cover;

}
.num_list.index_num_list{
    margin-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.num_list.index_num_list li {
    float: left;
    padding: 50px 0;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    border-right: none;
    flex-direction: column;
}

.num_list.index_num_list li img {
    margin-bottom: 30px;
}
.num_list.index_num_list li .left .p2 {
    color: #fff;
}
.about2{
    background: url(img/about2_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.culture_list{
    flex-wrap: wrap;
    justify-content: space-between;
}
.culture_list li{
    background: #fff;
    padding: 50px;
    width: 31.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.culture_list li:last-of-type{
    margin-right: 0;
}

.culture_list li .name_con{
    align-items: center;
    justify-content: space-between;
}
.culture_list li .name1{
    font-weight: 500;
}
.culture_list li .name2{
    font-size: 20px;
    font-family: Montserrat-Bold;
}
.culture_list li .line{
    width: 30px;
    height: 2px;
    background: #0d6fb8;
    margin: 20px 0 20px;
}
.culture_list li .info1{
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 5px;
}


.culture_list li .info2{
    line-height: 18px;
    color: #999;
    font-family: Montserrat-Light;
}
.about3 {
    background: #fff;
}
.about3 .history_con{
    position: relative;
    padding-right: 46px;
    border-top: 1px solid #d9e5ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about3 .history_container{


}
.about3 .history_container li{
    padding-top: 25px;
}
.about3 .history_container li:before{
    position: absolute;
    top: -1px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #0d6fb8;
    content: "";
    display: block;
}
.about3 .history_container li .year{
    font-size: 48px;
    font-family: PMZD;
}

.about3 .history_container li .title{
    margin: 15px 0 20px;

}
.about3 .history_container li .img{

}

.about3 .history_container li img{
    width: 100%;
}
.sec.tech1{
    padding-bottom: 0;
}
.sec.tech2{
    padding-top: 0;
}
.teac_part{
    justify-content: space-between;
    margin-bottom: 100px;
}
.teac_part .tech_info,
.teac_part .tech_img{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teac_part .tech_img{
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.teac_part1 .tech_info{
    padding-right: 100px;
}
.teac_part2 .tech_info{
    padding-left: 100px;
}
.teac_part .read_more{
    margin: 40px 0 60px;
}

.teac_part .teac_list{
    justify-content: space-between;
}
.teac_part .teac_list li{
    flex: 1;
    text-align: center;
}
.teac_part .teac_list li .img{
    width: 135px;
    height: 135px;
    line-height: 135px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: -ms-linear-gradient(to bottom,#fff,#f7fafd);
    background: -webkit-linear-gradient(to bottom,#fff,#f7fafd);
    background: -o-linear-gradient(to bottom,#fff,#f7fafd);
    background: -moz-linear-gradient(to bottom,#fff,#f7fafd);
    background: linear-gradient(to bottom,#fff,#f7fafd);
}
.teac_part .teac_list li .img img{
    max-width: 100%;
    max-height: 100%;
}
.teac_part .teac_list li .tip{
    padding: 10px 10px 0;
    line-height: 24px;
    text-align: center;
}
.team_con{
    position: relative;
}
.team_container li{
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.team_container li.swiper-slide-active{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.team_container li .img_con{
    padding: 20px;
    background: #f6f9fc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.team_container li .img{
    width: 100%;
    height: 330px;
    background-size: cover !important;

}
.team_container li .title{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    display: none;
}
.team_container li.swiper-slide-active .title{
    display: block;
}
/*英文轮播*/
.team_list{

}
.team_list li{
    border: 1px solid #eee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.team_list li a{
    width: 100%;
}
.team_list li .img_con{
    width: 100%;
    height: 500px;
    background-size: cover !important;
}

.team_list li .name_con{
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 20px 0;
}
.team_list li .name{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #0d6fb8;
}
.team_list li .Partner{
    font-size: 16px;
    margin-top: 5px;
}
.team_list li .info_con{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(13,111,184,0.9);
    
    color:#fff;
}
.team_list li .info_con .line{
    width: 1px;
    height: 80px;
    background: #fff;
    margin: 50px 0 40px;
}

.team_list li .info_con .info{
    font-family: Montserrat-Light;
    max-height: 180px;
    line-height: 30px;
    overflow: hidden;
}
.team_list li .info_con .Partner{
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
}
.team_list li .info_con .name{
    color: #fff;
    font-size: 24px;
    margin-top: 15px;

}
.team_list li:hover .name_con{
    bottom: -100%;
}
.team_list li:hover .info_con{
    top: 0;
}

/*荣誉证书*/
.honor1{
    background: url(img/honor1_bg.png) no-repeat center center;
    background-size: cover;
}
.honor_con{
    position: relative;
}
.honor_con li{

}
.honor_con li .img_con{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #d9e5ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor_con li .img_con .img{
    width: 100%;
    padding-top: 142%;
    background-size: cover !important;
}
.honor_con li .title{
    margin-top: 50px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    text-align: center;
}
.honor_con li .title:before{
    width: 150%;
    height: 1px;
    background: #d9e5ee;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.honor_con li .title:after{
    width: 25px;
    height: 25px;
    background: url(img/honor_dot.png) no-repeat center center;
    background-size: 100% 100% !important;
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.honor_con li.swiper-slide-active .title:after{
    background: url(img/honor_dot_hover.png) no-repeat center center;
}

.honor2 .honor_con li .img_con .img{
    padding-top: 68.57%;
}
.honor1 .next3,
.honor1 .prev3{
    top: 40%;
}

.honor2 .next3,
.honor2 .prev3{
    top: 35%;
}
.honor3{
    background: url(img/WechatIMG1336.png) no-repeat center center;
    background-size: cover;
}
.honor3 .honor3_info{
    text-align: center;
    color:#fff;
    font-size: 30px;
    line-height: 36px;
}
.honor3 .honor3_info p{
    text-align: center;
}
.sec.honor3{
    padding-bottom: 570px;
}
.pro{
    width: 100%;
    height: calc(100% - 100px);
    background: url(img/pro_bg.jpg) no-repeat center center;
    background-size: cover !important;
    margin-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.pro .w_part{
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 170px 0 250px;
    justify-content: space-between;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro .pro_info{
    width: 45%;
}
.pro .pro_info .name{
    color: #0d6fb8;
    font-size: 50px;
    font-family: Montserrat-Bold;

}
.pro .pro_info .title,
.pro .pro_info .en_title{
    font-size: 36px;
    line-height: 36px;
    font-family: Montserrat-Regular;
}
.pro .pro_info .title{
    margin-bottom: 40px;
}
.pro .pro_info .en_title{
    font-family: Montserrat-Regular;
    margin: 25px 0 35px;
}
.pro .pro_img{
    width: 55%;
    height: 80%;
    text-align: center;
    position: relative;
}
.pro .pro_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pro  .swiper-slide-last{
    height: auto;
}
.pro .left_pro_menu{
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_pro_menu_con{
    height: 100%;
}
.pro_menu_list{
    padding-left: 14px;
}

.pro .pro_menu_list dt{
    line-height: 36px;
    color: #0d6fb8;
    padding-left: 24px;
    position: relative;
}
.pro .pro_menu_list dt:after{
    width: 24px;
    height: 100%;
    background: url(img/pro_icon1.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
}
.pro .pro_menu_list dt img{
    margin-right: 5px;
}
.pro .pro_menu_list dd{
      
  padding-top: 12px;
    padding-bottom: 12px;
    color:#999;
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}
.pro .pro_menu_list dd a{
      line-height: 20px;
    width: 100%;
}

.pro .pro_menu_list dd:after{
    width: 24px;
    height: 100%;
    background: url(img/pro_icon3.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
}
.pro .pro_menu_list dd:before{
    width: 20px;
    height: 1px;
    background: #0d6fb8;
    position: absolute;
    top: 50%;
    right: 100%;
    content: '';
    display: none;
}
.pro .pro_menu_list dd.active{
    color: #0d6fb8;
}
.pro .pro_menu_list dd.active:after{
    background: url(img/pro_icon2.png) no-repeat center center;
}
.pro .pro_menu_list dd.active:before{
    display: block;
}

.pro .w_part .slide_down{
    width: 11px;
    height: 181px;
    background: url(img/slide_down2.png) no-repeat center center;
    position: absolute;
    bottom: 100px;
    right: 50px;
}
.pro_detail.pro{
    padding: 0 !important;
}
.pro_detail.pro .w_part{
    padding: 0;
}
/*产品详情*/
.product_item{
    margin-bottom: 80px;
}
.product_item .intro{
    line-height: 30px;
}
.product_item  .models_list{
    margin-top: -30px;
}
.product1 .product_item:last-of-type{
    margin-bottom: 0;
}
.models_list li{
    float: left;
    width: 21.875%;
    padding-top: 21.875%;
    margin-right: 4.166%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.models_list li:nth-of-type(4n){
    margin-right: 0;
}
.models_list li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.models_list li .name{
      text-align: center;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(13, 111, 184, 0.9);
    font-size: 20px;
    line-height: 30px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.advantages_list p{
    background: #f7fafd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px 20px 20px 30px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
}
.advantages_list p:last-of-type{
    margin-bottom: 0;
}
.advantages_list p:before{
    content: '';
    display: block;
    position: absolute;
    top: 31px;
    left: 20px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0d6fb8;
}
.key_list dd{
    width: 50%;
    float: left;
    line-height: 48px;
    font-weight: 600;
    border-bottom: 1px solid #f7fafd;
}
.key_list dd .lit_title{
    color: #666;
    width: 40%;
    font-weight: normal;
}
.product2{
    background: #0d6fb8;
}

.product2_con{
    position: relative;
}
.product2_con li{
    background: url(img/pro_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.product2_con li a{
    width: 100%;
    height: 280px;
}
.product2_con li .name_con{
      max-width: 45%;
    position: absolute;
    top: 0;
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

}
.product2_con li .name_con .product{
    color: #0d6fb8;
}

.product2_con li .name_con .name {
        font-size: 28px;
    line-height: 30px;
    word-break: break-all;
    font-family: Montserrat-Bold;
    margin: 30px 0 10px;
    color: #0d6fb8;
}
.product2_con li .name_con .title{
    font-size: 20px;
    line-height: 24px;
    height: 48px;
}
.product2_con li .img{
    height: 100%;
      max-width: 60%;
    padding: 40px 20px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     position: relative;
}
.product2_con li img{
      max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product2_con li:hover .read_more2{
    margin-left: 10px;
}
.solution{
    margin-bottom: 100px;
}
.solution .solution_area{
    margin-top: 100px;
}
.solution .solution_area:nth-of-type(2n) .area{
    flex-direction: row-reverse;
}
.solution .solution_area:nth-of-type(2n) .left {
    padding: 90px 0 90px 90px;
}

/*新闻*/
.news_top .img_con{
    width: 56.25%;
    overflow: hidden;
}
.news_top .img_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.news_top .info_con{
    width: 43.75%;
    background: #0d6fb8;
    color: #fff;
    padding: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_top .title{
    font-size: 28px;
    line-height: 36px;
    height: 72px;
    margin: 35px 0 15px;
}
.news_top .read_more{
    margin-top: 40px;
}
.news .day{
    font-size: 30px;
    font-family: PMZD;
}
.news .year{
    font-size: 16px;
    font-family: PMZD;

}
.read_more4{
    display: inline-block;
    cursor: pointer;
}
.read_more4.read_more3.read_more{
    background: #fff;
    color: #0d6fb8;
}
.read_more4.read_more3.read_more:before,
.read_more4.read_more3.read_more:after{
    background: #0d6fb8;
}
.read_more4.read_more3.read_more i {
    background: url(img/arrow_icon.png) no-repeat center center;
}
.news2{
    background: #f7fafd;
}
.news2_list{

}
.news2_list li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}
.news2_list li a{
    width: 100%;
}
.news2_list li:nth-of-type(3n){
    margin-right: 0;
}
.news2_list li .info_con{
    background: #fff;
    padding: 30px 35px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news2_list li .time{
    color: #0d6fb8;
}
.news2_list li .title{
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    font-weight: 600;
    margin-top: 20px;
}
.news2_list li .img_con{
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.news2_list li .img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.news2_list li:hover .info_con{
    background: #0d6fb8;
    color: #fff;
}
.news2_list li:hover .time{
    color: #fff;
}
.pageing{
    text-align: center;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE{
    display: none;
}
.JZD_PAGE_SHUZIYE{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    padding: 0 15px;
}
.crumbs_con{

}
.crumbs_con .w{
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9e5ee;
}

.crumbs{
    z-index: 1;
    align-items: center;
}
.crumbs a,
.crumbs span{
    line-height: 40px;
    padding: 0 10px;
}
.crumbs span{
    color: #0d6fb8;
}
.crumbs_con .go_list{
    padding: 12px 22px;
    background: #0d6fb8;
    color:#fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.page_detail{

}
.detail_left{
    width: 68.75%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d9e5ee;
}
.page_detail .title{
    font-size: 36px;
    line-height: 48px;
}
.page_detail .time{
    font-family: Montserrat-Light;
    color: #999;
    margin: 20px 0 30px;
}


.detail_right{
    width: 31.25%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend_con{
    position: relative;
}

.recommend_name{
    font-size: 36px;
}
.recommend_list{

}
.recommend_list li{
    border: 1px solid #d9e5ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 30px;
}

.recommend_list li a{
    width: 100%;
    padding: 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend_list li .name{
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 40px;
}

.recommend_list li .time{
    font-family: Montserrat-Regular;
    color: #0d6fb8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.recommend_list li:hover{
    background: #0d6fb8;
    border: 1px solid #0d6fb8;
}
.recommend_list li:hover .time,
.recommend_list li:hover .name{
    color:#fff;
}
.jump_page{
    overflow: hidden;
}

.jump_page .prev,
.jump_page .next{
    width: 50%;
    float: left;
    position: relative;
    font-size: 20px;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jump_page .lit_title{
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.jump_page .prev:before,
.jump_page .next:before{
    width: 150%;
    height: 100%;
    position: absolute;
    top:0;
    content: '';
    display: block;
    z-index: -1;
}
.jump_page .prev:before{
    right: 0;
    background: #0d6fb8;
}
.jump_page .next:before{
    left: 0;
    background: #f7fafd;
}
.jump_page .prev{
    padding-right: 50px;
    color: #fff;
}
.jump_page .next{
    padding-left: 100px;
    background: #f7fafd;
}

/*联系我们*/
.contact_list{
    justify-content: space-between;
    margin-bottom: 80px;
}
.contact_list li{
    width: 18.75%;
    border: 8px solid #f9fcfd;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.contact_list li img{
    height: 50px;
}
.contact_list li .lit{
    color: #999;
    margin: 30px 0 15px;
    display: block;
}

.contact_list li .text{
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
}
.map{
    width: 100%;
    height: 600px;
}

#map{
    width: 100%;
    height: 100%;
}
.contact2{
    background: #f7fafd;
}
.add_list{
    justify-content: space-between;
    flex-wrap: wrap;
}
.add_list li{
    width: 48.75%;
    margin-bottom: 40px;
}
.add_list li .img_con{
    width: 35.9%;
    background-size: cover !important;
}
.add_list li .info_con{
    width: 64.1%;
    padding: 65px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.add_list li .info_con .name{
    font-size: 30px;
}

.add_list li .info_con .line{
    width: 40px;
    height: 2px;
    background: #0d6fb8;
    margin: 25px 0 20px;
}

.add_list li .info_con .add{
    font-size: 20px;
    line-height: 30px;
}

/*加入我们*/
.talent_info{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.talent_info p{
    text-align: center;
}
.talent_list{
    justify-content: space-between;
}
.talent_list li{
    width: 30%;
    text-align: center;
}
.talent_list li img{
    height: 97px;
}
.talent_list li .title{
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #d9e5ee;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0d6fb8;
    text-align: center;
}
.talent_list li .text{
    padding-top: 25px;
    line-height: 24px;
}
.join2{
    background: #f7fafd;
}
.join_menu{
    justify-content: center;
    margin: -20px 0 50px;
}
.join_menu a{
    margin: 0 15px;
    padding: 15px 55px;
    background: #fff;
    border: 1px solid #d9e5ee;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.join_menu a.on,
.join_menu a:hover{
    background: #0d6fb8;
    border: 1px solid #0d6fb8;
    color: #fff;
}
.join_con .join_area{
    display: none;
}
.join_con .join_area.active{
    display: block;
}
.join_list{

}
.join_list li{
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 1.66%;
    float: left;
    cursor: pointer;
    background: #fff;
}
.join_list li:nth-of-type(4n){
   margin-right: 0;
}

.join_list li .name{
    line-height: 75px;
    font-size: 20px;
    height: 75px;
    overflow: hidden;
    padding: 0 30px;
    border-bottom: 1px solid #d9e5ee;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #0d6fb8;
}
.join_list li:hover .name{
    background: #0d6fb8;
    color: #fff;
}

.join_list li dl{
    padding: 20px 0;
}
.join_list li dl dd{
    color: #999;
    line-height: 40px;
    padding: 0 30px;
}
.join_list li dl dd span{
    color: #000;
}

.display_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.display_mark.open{
    top: 0;
}
.display_mark .w{
    height: 100%;
}
.display_mark .display_box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.display_title{
    padding: 0 100px;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background: #0d6fb8;
    color:#fff;
    
}
.display_title .name{
    font-size: 30px;
}
.display_title dl dd{
    float: left;
    font-size: 20px;
    margin-left: 40px;
}
.display_title dl dd span{
    margin-right: 40px;
}
.display_area{
    padding: 70px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 100px);
    align-items: flex-end;
    justify-content: space-between;
}
.display_area .left{
    width: 60%;
    height: 100%;
}
.display_area .left .part{
    padding-bottom: 40px;
    height: 50%;
}
.display_area .left .part:last-of-type{
    padding-bottom: 0;
}
.display_area .left .part .part_title{
    font-size: 24px;
}
.display_area .left .part .line{
    background: #0d6fb8;
    width: 30px;
    height: 2px;
    margin: 20px 0 15px;
}
.display_area .left .part .info{
    height: calc(100% - 65px);
}
.display_area .right{
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}


.display_area .right .ewm_con{
    text-align: center;
}
.display_area .right .ewm_con img{
    width: 150px;
}
.display_area .right .ewm_con span{
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}
.display_area .right .hr_list p{
    font-size: 18px;
    line-height: 36px;
}

.display_box .close {
    position: absolute;
    top: 22px;
    right: 10px;
    background: url(img/close_icon.png) no-repeat center center;
    width: 50px;
    height: 50px;
    background-size: 50% 50% !important;
    z-index: 100;
    cursor: pointer;
}

/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    top: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video{
    max-width: 100%;
    max-height: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(img/close3.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important;
    z-index: 100;
}

/*搜索结果页*/
.search{
    margin-top: 50px;
}
.search_title{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 40px;
}
.search_list{
    border-top: 1px solid #eeeeee;
}
.search_list li{
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #0d6fb8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li .time{
    color: #0d6fb8;
    font-family: Montserrat-Light;
}
.search_list li:hover .title{
    color: #0d6fb8;
}
.search_list li:hover:after{
    width: 100%;
}

@media screen and (max-width: 1680px) {
    .w{
        width: 1280px;
    }
    .search_title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 30px;
    }

    .top_nav .logo {
        width: 140px;
        height: 49px;
        margin-left: 35px;
    }
    .top_nav .nav_list li {
        padding: 0 25px;
    }

    .top_nav .nav_list li>a {
        line-height: 80px;
        font-size: 17px;
    }
    .top_nav_right li {
        padding: 0 30px;
        height: 80px;
    }
    .banner_info .title1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner_info .title2 {
        font-size: 25px;
        line-height: 30px;
    }
    .sec1 .down_icon{
        width: 80px;
        height: 80px;
    }

    .sec {
        padding: 80px 0;
    }

    .index_title .title1 {
        font-size: 36px;
    }
    .index_title .title2 {
        font-size: 16px;
    }
    .solution_area .info_con .title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .solution_area .info_pro {
        padding-top: 30px;
    }
    .solution_area .info_pro .lit_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .solution_area .left {
        padding: 75px 75px 75px 0;
    }
    .solution .solution_area:nth-of-type(2n) .left {
        padding: 75px 0 75px 75px;
    }
    .solution_area .left .before {
        font-size: 145px;
        line-height: 145px;
        height: 145px;
        bottom: -30px;
        left: -7px;
    }
    .solution_area .right {
        padding-top: 80px;
    }
    .solution_area .pro_con li a {
        height: 160px;
    }
    .solution_area .pro_con li .name_con {
        padding: 15px 0 15px 15px;
    }
    .solution_area .pro_con li .name_con .name {
        font-size: 20px;
    }
    .sec3_top .left .sem {
        width: 50px;
        height: 40px;
    }
    .sec3_top .left .line {
        height: 40px;
    }
    .sec3_top .left .info {
        height: 162px;
    }
    .read_more span {
        line-height: 40px;
        height: 40px;
    }
    .read_more3.read_more {
        padding: 0 12px;
    }
    .read_more3.read_more:before {
        left: 12px;
    }
    .read_more3.read_more:after {
        right: 16px;
    }
    .read_more3.read_more i {
        right: 12px;
        top: -1px;
    }
    .sec3_top .right .video_open {
        width: 70px;
        height: 70px;
    }
    .sec3_top .left {
        width: calc(55% - 100px);
        margin-right: 100px;
    }
    .sec3_top .right {
        width: 45%;
    }

    .index_num_list {
        margin: 90px 0 0;
    }
    .index_num_list li .left .p1 span {
        font-size: 50px;
    }
    .index_num_list li {
        padding: 0 35px;
    }
    .sec4_top {
        margin-bottom: 25px;
    }

    .new_area .new_con li {
        height: 240px;
    }
    .new_area .new_con .time {
        padding: 15px;
    }
    .new_area .new_con .time .day {
        font-size: 26px;
    }
    .new_area .new_con .title {
        padding-left: 15px;
        bottom: 10px;
        font-size: 18px;
        line-height: 25px;
        height: 50px;
    }
    .new_area .new_con li a:before {
        border: 140px solid transparent;
        border-bottom: 140px solid rgba(0,93,169,0.9);
        border-left: 140px solid rgba(0,93,169,0.9);
    }
    .new_area .new_con li a:after {
        border: 70px solid transparent;
        border-top: 70px solid #005da9;
        border-left: 70px solid #005da9;
    }
    .prev4, .next4,
    .prev3, .next3,
    .prev1, .next1 {
        width: 40px;
        height: 40px;
    }

    .next1 {
        right: -80px;
    }
    .prev1{
        left: -80px;
    }
    .prev4{
        left: -60px;
    }
    .next4{
        right: -60px;
    }
    .prev3{
        left: -60px;
    }
    .next3{
        right: -60px;
    }
    .foot_left, .foot_right {
        padding: 80px 0 30px;
    }
    .foot_right {
        padding-left: 80px;
    }
    .foot_left .logo img {
        height: 51px;
    }
    .foot_left .ewm img {
        width: 100px;
        height: 100px;
    }
    .foot_left .logo {
        margin-bottom: 35px;
    }
    .foot_left .phone_list {
        padding-left: 70px;
    }
    .foot_left .phone_list dl dd.phone {
        font-size: 26px;
    }
    .foot_left .phone_list dl dd {
        line-height: 32px;
    }
    .liuyan_con li textarea, .liuyan_con li input {
        padding: 12px 20px;
    }
    .liuyan_con li.submit_li input {
        font-size: 17px;
        padding: 10px 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .copy_right .b_share a {
        padding: 7px 10px;
    }
    .copy_right .b_share a img{
        width: 32px;
    }

    .full_menu .top {
        padding: 50px 0 120px;
    }
    .full_meum_list li .num {
        font-size: 30px;
    }
    .full_meum_list li>a {
        font-size: 30px;
        padding: 25px 0 20px;
    }
    .full_meum_list li dd a {
        line-height: 55px;
        font-size: 17px;
    }
        /*关于我们1680*/
    .inner_title .title,
    .inner_title .en_title {
        font-size: 50px;
    }
    .left_menu {
        padding-top: 60px;
    }
    .left_menu li a {
        font-size: 20px;
        line-height: 30px;
    }
    .left_menu li:before {
        height: 8px;
    }
    .left_menu li {
        margin: 0 25px;
        padding: 0 2px;
    }

    .inner .inner_wrap {
        bottom: 70px;
    }
    .inner .inner_wrap .w {
        padding-bottom: 120px;
    }
    .about1 .about1_left {
        padding-right: 120px;
    }
    .wrap_title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .about1 .about1_left .company_name {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .about1 .about1_left .info {
        height: 270px;
    }
    .about1 .about1_left .video_open{
        margin-top: 30px;
    }
    .about1 .about1_left .video_open img{
        height: 40px;
    }
    .about1 .about1_right {
        padding: 0 100px;
    }
    .num_list.index_num_list li {
        padding: 40px 0;
    }
    .culture_list li {
        padding: 40px;
    }
    .culture_list li .info1 {
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about3 .history_container li:before {
        width: 85px;
    }
    .about3 .history_container li {
        padding-top: 20px;
    }
    .about3 .history_container li .year {
        font-size: 40px;
    }
    .about3 .history_container li .title {
        margin: 10px 0 15px;
    }

    .teac_part .read_more {
        margin: 30px 0 40px;
    }

    .teac_part .teac_list li .img {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .teac_part .teac_list li .img img {
        height: 35px;
    }
    .teac_part .teac_list li .tip {
        line-height: 20px;
        font-size: 14px;
    }
    .teac_part {
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .team_container li .img_con {
        padding: 15px;
    }
    .team_container li .img {
        height: 270px;
    }
    .team_list li .img_con {
        height: 400px;
    }
    .team_list li .name {
        font-size: 20px;
        line-height: 20px;
    }
    .team_list li .name_con {
        padding: 15px 0;
    }
    .team_list li .info_con {
        padding: 20px;
    }
    .team_list li .info_con .Partner {
        font-size: 26px;
        line-height: 30px;
        height: 30px;
    }
    .team_list li .info_con .name {
        font-size: 20px;
        margin-top: 10px;
    }
    .team_list li .info_con .line {
        width: 1px;
        height: 50px;
        margin: 25px 0 20px;
    }
    .team_list li .info_con .info {
        max-height: 189px;
        line-height: 27px;
    }
    .teac_part1 .tech_info {
        padding-right: 80px;
    }
    .teac_part2 .tech_info {
        padding-left: 80px;
    }
    .honor3 .honor3_info {
        font-size: 28px;
        line-height: 32px;
    }
    .sec.honor3 {
        padding-bottom: 480px;
    }
    .pro {
        height: calc(100% - 80px);
        margin-top: 80px;

    }
    .pro .w_part{
        padding: 0 130px 0 250px;
    }
    .pro .pro_info .name {
        font-size: 40px;
    }
    .pro .pro_info .title, .pro .pro_info .en_title {
        font-size: 30px;
        line-height: 30px;
    }
    .pro .pro_info .en_title {
        margin: 20px 0 25px;
    }
    .pro .pro_info .title {
        margin-bottom: 35px;
    }

    .pro .left_pro_menu {
        width: 200px;
        padding: 70px 0;
    }

    .product_item {
        margin-bottom: 60px;
    }
    .models_list li .name {
        width: 130px;
        height: 130px;
        font-size: 20px;
        line-height: 24px;
    }

    .product2_con li a {
        height: 240px;
    }
    .product2_con li .name_con .name {
             font-size: 22px;
    line-height: 25px;
        margin: 20px 0 8px;
    }
    .product2_con li .name_con .title {
        font-size: 18px;
    }
    .solution .solution_area {
        margin-top: 80px;
    }
    .solution{
        margin-bottom: 80px;
    }

    .news_top .info_con {
        padding: 80px;
    }
    .news .day {
        font-size: 26px;
    }
    .news_top .title {
        font-size: 24px;
        line-height: 32px;
        height: 64px;
        margin: 30px 0 15px;
    }
    .news_top .read_more {
        margin-top: 30px;
    }
    .news2_list li .info_con {
        padding: 25px 30px 20px;
    }
    .news2_list li .title {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
        margin-top: 15px;
    }
    .crumbs_con .w {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .detail_left {
        padding-right: 80px;
    }
    .detail_right {
        padding-left: 80px;
    }
    .page_detail .title {
        font-size: 30px;
        line-height: 40px;
    }
    .recommend_name {
        font-size: 28px;
    }

    .recommend_list li {
        margin-top: 20px;
    }
    .recommend_list li a {
        padding: 16px 25px;
    }
    .recommend_list li .name {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .page_detail .time {
        margin: 15px 0 25px;
    }
    .jump_page .prev,
    .jump_page .next{
        font-size: 18px;
        padding: 50px 0;
    }
    .jump_page .next {
        padding-left: 80px;
    }
    .contact_list li {
        border: 6px solid #f9fcfd;
        padding: 22px;
    }

    .contact_list li img{
        height: 40px;
    }
    .contact_list li .lit {
        margin: 20px 0 10px;
    }
    .contact_list li .text {
        font-size: 16px;
        line-height: 24px;
    }
    .contact_list {
        margin-bottom: 60px;
    }
    .map {
        height: 500px;
    }
    .add_list li .info_con {
        padding: 50px 45px;
    }
    .add_list li .info_con .name {
        font-size: 24px;
    }
    .add_list li .info_con .add {
        font-size: 18px;
        line-height: 26px;
    }
    .add_list li .info_con .line {
        margin: 20px 0 15px;
    }
    .talent_info {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .talent_list li img{
        height: 80px;
    }
    .talent_list li .title {
        padding: 20px 0;
        font-size: 20px;
        line-height: 25px;
    }
    .talent_list li .text {
        padding-top: 15px;
    }
    .join_menu {
        margin: -15px 0 35px;
    }
    .join_menu a {
        margin: 0 15px;
        padding: 12px 40px;
        font-size: 18px;
    }
    .join_list li .name {
        line-height: 60px;
        font-size: 20px;
        height: 60px;
        padding: 0 20px;
    }
    .join_list li dl dd {
        line-height: 36px;
        padding: 0px 20px;
    }
    .join_list li dl {
        padding: 15px 0;
    }
    .display_title {
        padding: 0 80px;
        height: 80px;
    }
    .display_title dl dd {
        font-size: 18px;
        margin-left: 25px;
    }
    .display_title dl dd span {
        margin-right: 25px;
    }
    .display_title .name {
        font-size: 25px;
    }
    .display_box .close {
        top: 12px;
    }
    .display_area {
        padding: 40px 80px;
        height: calc(100% - 80px);
    }
    .display_area .left .part .part_title {
        font-size: 22px;
    }
    .display_area .right .ewm_con img {
        width: 140px;
    }
    .display_area .right .hr_list p {
        font-size: 16px;
        line-height: 32px;
    }
    .display_area .right .ewm_con span {
        font-size: 14px;
    }

    .honor_con li .img_con {
        padding: 8px;
    }



















}

@media screen and (max-width: 1500px) {
    body{
        font-size: 14px;
    }



}



@media screen and (max-width: 1366px) {
    .w{
        width: 1080px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }

    .search_title {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .search_list li a {
        padding: 20px 0;
    }
    .top_nav .logo {
        width: 109px;
        height: 40px;
        margin-left: 30px;
    }

    .top_nav .nav_list li>a {
        line-height: 70px;
        font-size: 16px;
    }
    .top_nav_right li {
        padding: 0 25px;
        height: 70px;
    }
    .top_nav_right .menu_box .menu {
        width: 25px;
        height: 25px;
        background-size: 100% !important;
    }
    .top_nav_right .search_box .search_ipt {
        width: 160px;
    }
    .banner_info .title1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner_info .title2 {
        font-size: 22px;
        line-height: 22px;
    }
    .sec1 .down_icon{
        width: 60px;
        height: 60px;
    }
    .index_solution_menu a {
        width: 110px;
        margin: 0 35px;
    }
    .index_solution_menu a span {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .index_title .title1 {
        font-size: 32px;
    }

    .solution_area .info_con .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .solution_area .info_pro {
        padding-top: 25px;
    }

    .solution_area .info_pro .lit_title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .solution_area .pro_con li a {
        height: 135px;
    }
    .solution_area .pro_con li .name_con .name {
        font-size: 20px;
        margin-top: 2px;
    }
    .solution_area .pro_con li .name_con {
        padding: 12px 0 12px 12px;
    }
    .solution_area .left .before {
        font-size: 115px;
        line-height: 115px;
        height: 115px;
        bottom: -25px;
        left: -6px;
    }
    .next_lit {
        right: -48px;
    }
    .prev_lit {
        left: -48px;
    }
    .solution_area .right {
        padding-top: 70px;
    }
    .solution_area .left {
        padding: 70px 70px 70px 0;
    }
    .solution .solution_area:nth-of-type(2n) .left {
        padding: 70px 0 70px 70px;
    }
    .sec {
        padding: 60px 0;
    }
    .sec3_top .left .sem {
        width: 45px;
        height: 35px;
    }
    .sec3_top .left .line {
        height: 30px;
    }
    .sec3_top .left {
        width: calc(55% - 80px);
        margin-right: 80px;
    }

    .sec3_top .right .video_open {
        width: 60px;
        height: 60px;
    }
    .index_num_list {
        margin: 70px 0 0;
    }

    .index_num_list li .left .p1 span {
        font-size: 40px;
    }
    .index_num_list li img {
        height: 35px;
    }
    .index_num_list li {
        padding: 0 30px;
    }
    .new_area .new_con li {
        height: 200px;
    }
    .new_area .new_con .time .day {
        font-size: 24px;
    }
    .new_area .new_con .time {
        padding: 10px;
    }
    .new_area .new_con .title {
        padding-left: 10px;
        font-size: 16px;
    }
    .new_area .new_con li a:before {
        border: 120px solid transparent;
        border-bottom: 120px solid rgba(0,93,169,0.9);
        border-left: 120px solid rgba(0,93,169,0.9);
    }
    .foot_left .phone_list dl dd.phone {
        font-size: 22px;
    }
    .foot_left, .foot_right {
        padding: 60px 0 30px;
    }
    .foot_right {
        padding-left: 60px;
    }
    .foot_left .logo img {
        height: 48px;
    }
    .foot_left .logo {
        margin-bottom: 30px;
    }
    .foot_left .ewm img {
        width: 90px;
        height: 90px;
    }
    .foot_left .phone_list dl {
        margin-bottom: 22px;
    }
    .foot_right h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .liuyan_con li textarea, .liuyan_con li input {
        padding: 8px 15px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .liuyan_con li.submit_li input {
        font-size: 15px;
        padding: 8px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .copy_right .b_share a {
        padding: 2px 10px;
    }
    .full_menu .top {
        padding: 40px 0 90px;
    }
    .full_meum_list li .num {
        font-size: 26px;
    }
    .full_meum_list li>a {
        font-size: 26px;
        padding: 20px 0 15px;
    }
    .full_meum_list li dd a {
        line-height: 50px;
        font-size: 17px;
    }

    .inner_title .title, .inner_title .en_title {
        font-size: 40px;
    }
    .left_menu {
        padding-top: 50px;
    }
    .left_menu li a {
        font-size: 18px;
        line-height: 25px;
    }
    .left_menu li a:before {
        height: 6px;
    }
    .left_menu li:after {
        width: 3px;
        height: 3px;
    }
    .inner .inner_wrap .w {
        padding-bottom: 80px;
    }
    .inner .inner_wrap {
        bottom: 60px;
    }
    .wrap_title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .about1 .about1_left .company_name {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .about1 .about1_left .video_open img {
        height: 35px;
    }
    .about1 .about1_left .video_open {
        margin-top: 25px;
    }
    .about1 .sem {
        width: 54px;
        height: 41px;
        top: 30px;
        background-size: 100% 100% !important;
    }
    .num_list.index_num_list li img {
        margin-bottom: 20px;
    }
    .about1 .about1_right {
        padding: 0 80px;
    }
    .culture_list li {
        padding: 30px;
    }
    .culture_list li .info1 {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .culture_list li .line {
        margin: 18px 0 15px;
    }
    .about3 .history_container li .year {
        font-size: 30px;
    }
    .about3 .history_container li {
        padding-top: 15px;
    }
    .about3 .history_container li .title {
        margin: 5px 0 10px;
    }
    .about3 .history_container li:before {
        width: 60px;
    }
    .next2 {
        width: 40px;
        height: 40px;
    }

    .about3 .history_con {
        padding-right: 40px;
    }
    .teac_part .read_more {
        margin: 20px 0 25px;
    }
    .teac_part .teac_list li .img img {
        height: 30px;
    }
    .teac_part .teac_list li .img {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .teac_part1 .tech_info {
        padding-right: 60px;
    }
    .teac_part {
        margin-bottom: 60px;
    }

    .teac_part2 .tech_info {
        padding-left: 60px;
    }
    .team_container li .img {
        height: 220px;
    }
    .team_container li .img_con {
        padding: 12px;
    }
    .team_list li .img_con {
        height: 340px;
    }

    .team_list li .name_con {
        width: calc(100% - 14px);
        bottom: 7px;
        padding: 10px 0;
        left: 7px;
    }
    .team_list li .name {
        font-size: 16px;
        line-height: 20px;
    }
    .team_list li .Partner {
        font-size: 14px;
    }
    .team_list li .info_con .Partner {
        font-size: 22px;
        line-height: 25px;
        height: 25px;
    }
    .team_list li .info_con .name {
        font-size: 16px;
        margin-top: 5px;
    }
    .team_list li .info_con .line {
        width: 1px;
        height: 35px;
        margin: 20px 0 16px;
    }
    .team_list li .info_con .info {
        max-height: 175px;
        line-height: 25px;
    }
    .honor_con li .img_con {
        padding: 6px;
    }
    .honor_con li .title {
        margin-top: 35px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }
    .honor3 .honor3_info {
        font-size: 24px;
        line-height: 30px;
    }
    .sec.honor3 {
        padding-bottom: 400px;
    }
    .pro .left_pro_menu {
        width: 180px;
        padding: 50px 0;
    }
  	.pro .pro_menu_list dd{ 
  		padding-top: 10px;
    	padding-bottom: 10px;
    
	}
    .pro {
        height: calc(100% - 70px);
        margin-top: 70px;

    }
    .pro .w_part{
        padding: 0 85px 0 230px;
    }
    .pro .pro_info .name {
        font-size: 36px;
    }
    .pro .pro_info .en_title {
        margin: 15px 0 20px;
    }
    .pro .pro_info .title, .pro .pro_info .en_title {
        font-size: 24px;
        line-height: 24px;
    }

    .product_item .intro {
        line-height: 27px;
    }
    .product_item {
        margin-bottom: 40px;
    }
    .models_list li .name {
        width: 130px;
        height: 130px;
        line-height: 20px;
        font-size: 16px;
    }
    .advantages_list p {
        padding: 15px 15px 15px 25px;
    }
    .advantages_list p:before {
        top: 27px;
        left: 15px;
    }
    .key_list dd {
        line-height: 40px;
    }
    .product2_con li a {
        height: 185px;
    }
    .product2_con li .name_con .title {
        font-size: 16px;
    }
    .product2_con li .name_con .name {
         font-size: 20px;
    margin: 15px 0 4px;
    line-height: 20px;
    }
    .product2_con li .img {
        padding: 25px 15px 25px 25px;
    }
    .solution .solution_area {
        margin-top: 60px;
    }
    .solution{
        margin-bottom: 60px;
    }

    .news_top .info_con {
        padding: 60px;
    }
    .news_top .title {
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        margin: 25px 0 15px;
    }
    .news2_list li .info_con {
        padding: 20px 25px 15px;
    }
    .news .day {
        font-size: 24px;
    }
    .news2_list li .title {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        margin-top: 12px;
    }
    .crumbs_con .go_list {
        padding: 9px 18px;
    }
    .crumbs_con .w {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .detail_left {
        padding-right: 60px;
    }
    .detail_right {
        padding-left: 60px;
    }
    .page_detail .title {
        font-size: 26px;
        line-height: 36px;
    }
    .recommend_name {
        font-size: 24px;
    }
    .page_detail .time {
        margin: 12px 0 20px;
    }
    .recommend_list li a {
        padding: 12px 20px;
    }
    .recommend_list li .name {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .jump_page .next {
        padding-left: 60px;
    }
    .jump_page .prev,
    .jump_page .next{
        font-size: 16px;
        padding: 40px 0;
    }
    .jump_page .lit_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contact_list li .lit {
        margin: 15px 0 10px;
    }
    .contact_list li .text {
        font-size: 15px;
        line-height: 22px;
    }
    .contact_list li {
        border: 5px solid #f9fcfd;
        padding: 15px;
    }
    .contact_list {
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .map {
        height: 400px;
    }
    .add_list li .info_con {
        padding: 35px 30px;
    }
    .add_list li .info_con .name {
        font-size: 20px;
    }

    .add_list li .info_con .add {
        font-size: 16px;
        line-height: 22px;
    }
    .talent_info {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .talent_list li img {
        height: 70px;
    }
    .talent_list li .title {
        padding: 15px 0;
        font-size: 18px;
        line-height: 22px;
    }
    .talent_list li .text {
        padding-top: 10px;
    }

    .join_menu {
        margin: -8px 0 30px;
    }
    .join_menu a {
        margin: 0 10px;
        padding: 10px 35px;
        font-size: 16px;
    }
    .join_list li .name {
        line-height: 50px;
        font-size: 18px;
        height: 50px;
        padding: 0 15px;
    }
    .join_list li dl dd {
        line-height: 32px;
        padding: 0px 15px;
    }
    .join_list li dl {
        padding: 10px 0;
    }
    .display_title {
        padding: 0 60px;
        height: 60px;
    }
    .display_title .name {
        font-size: 22px;
    }
    .display_title dl dd {
        font-size: 16px;
        margin-left: 20px;
    }
    .display_title dl dd span {
        margin-right: 20px;
    }
    .display_box .close {
        top: 3px;
        right: 4px;
    }
    .display_area {
        padding: 30px 60px;
        height: calc(100% - 60px);
    }
    .display_area .left .part .part_title {
        font-size: 19px;
    }
    .display_area .left .part {
        padding-bottom: 25px;
    }
    .display_area .right .ewm_con img {
        width: 130px;
    }
    .display_area .right .hr_list p {
        font-size: 15px;
        line-height: 30px;
    }

}
@media screen and (max-width: 1280px) {
.top_nav_right li.search_box{
  display: none;
}

}



/*移动端*/
@media screen and (max-width: 900px) {

    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }

    /*视频弹窗*/
    .video_mark .video_box {
        width: 90%;
    }
    /*视频弹窗*/
    .search_title {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .search_list li a {
        padding: 15px 0;
    }
    .top_nav_right li {
        padding: 0 20px;
        height: 60px;
    }
    .top_nav .logo {
        margin-left: 15px;
    }
    .full_menu .top {
        padding: 15px 0 30px;
    }
    .full_meum_list {
        height: calc(100% - 70px);
        overflow-y: auto;
        flex-wrap: wrap;
        padding: 0 20px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .full_meum_list li {
        flex: inherit;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 15px 0;
    }
    .full_meum_list li .num {
        display: none;
    }
    .full_meum_list li>a {
        font-size: 22px;
        padding: 5px 0 10px;
    }
    .full_meum_list li dd a {
        line-height: 40px;
        font-size: 16px;
        color: rgba(255,255,255,0.5);
    }

    .banner_info .title1 {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner_info .title2 {
        font-size: 16px;
        line-height: 22px;
    }

    .sec2_top {
        margin-bottom: 10px;
        flex-direction: column-reverse;
    }
    .sec2 .index_title {
        text-align: left;
    }
    .sec {
        padding: 30px 0;
    }
    .index_title .title1 {
        font-size: 25px;
    }
    .index_title .title2 {
        font-size: 14px;
    }
    .sec2 .index_title .title2 {
        margin-top: 5px;
    }

    .index_solution_menu {
        padding: 15px 0 0;
    }
    .index_solution_menu a {
        width: auto;
        margin: 0 5px;
        padding-bottom: 40px;
    }
    .index_solution_menu a span {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .index_solution_menu a i {
        line-height: 16px;
        font-size: 13px;
    }
    .index_solution_menu a:after {
        width: 40px;
        height: 40px;
        background-size: 20px 20px !important;
    }
    .index_solution_menu:before {
        bottom: 19px;
    }
    .solution_area .area {
        flex-wrap: wrap;
    }
    .solution_area .left {
        padding: 30px 15px 30px 0;
        width: 100%;
    }
    .solution .solution_area:nth-of-type(2n) .left {
        padding: 30px 0 30px 15px;
    }
    .solution_area .left .before {
        font-size: 64px;
        line-height: 64px;
        height: 64px;
        bottom: -14px;
        left: -3px;
    }
    .solution_area .info_pro {
        padding-top: 20px;
    }
    .solution_area .pro_con li {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .solution_area .pro_con li a {
        height: 100px;
    }
    .solution_area .pro_con li .name_con .name {
        font-size: 16px;
        margin-top: 2px;
    }
    .solution_area .pro_con li .name_con .product{
        font-size: 12px;
    }
    .solution_area .pro_con li .name_con {
        padding: 8px 0 8px 8px;
    }
    .solution_area .right {
        padding-top: 0;
        width: 100%;
        height: 200px;
    }
    .sec3_top{
        flex-wrap: wrap;
    }
    .sec3_top .left {
        width: 100%;
        margin-right: 0;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .sec3_top .right {
        width: 100%;
        height: 200px;
    }
    .sec3_top .right .video_open {
        width: 47px;
        height: 47px;
    }
    .read_more span {
        line-height: 38px;
        height: 38px;
        font-size: 13px;
    }
    .index_num_list {
        margin: 0;
    }
    .index_num_list li {
        padding: 15px 5px !important;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .index_num_list li .left .p1 span {
        font-size: 24px;
    }
    .sec4_top {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .index_new_menu {
        margin-top: 18px;
    }
    .index_new_menu a {
        padding: 0 15px;
        font-size: 16px;
    }
    .index_new_menu a:last-of-type {
        padding-right: 15px;
    }
    .index_new_menu a:first-of-type {
        padding-left: 0;
    }
    .prev4, .next4,
    .prev3, .next3, .prev1, .next1 {
        width: 30px;
        height: 30px;
    }
    .prev4{
        left: 5px;
        display: none;
        background: url(img/prev_icon44.png) no-repeat center center;
    }
    .next4{
        right: 5px;
        background: url(img/next_icon44.png) no-repeat center center;
    }
    .prev3{
        left: 10px;
        background: url(img/prev_icon33.png) no-repeat center center;
    }
    .next3{
        right: 10px;
        background: url(img/next_icon33.png) no-repeat center center;
    }
    .next1 {
        right: 8px;
        background: url(img/next_icon11.png) no-repeat center center;
    }

    .prev1{
        left: 8px;
        background: url(img/prev_icon11.png) no-repeat center center;
    }

    .footer_con {
        flex-wrap: wrap;
    }
    .foot_left{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .foot_left, .foot_right {
        padding: 30px 0 20px;
        width: 100%;
        flex-wrap: wrap;
    }
    .foot_left .phone_list {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }
    .foot_left .phone_list dl {
        margin-bottom: 10px;
    }
    .foot_left .phone_list dl dd.phone {
        font-size: 20px;
    }
    .foot_left>div{
        width: 100%;
    }
    .foot_left .ewm{
        float: right;
    }
    .foot_left .ewm img {
        width: 80px;
        height: 80px;
    }
    .copy_right{
        flex-wrap: wrap;
    }
    .copy_right .copy {
        line-height: 25px;
        width: 100%;
    }

    .copy_right .b_share{
        width: 100%;
        padding-top: 15px;
        justify-content: flex-end;
    }
    .inner_wrap .slide_down {
        display: none;
    }
    .inner .inner_wrap {
        bottom: 12px;
    }
    .inner .inner_wrap .w {
        padding-bottom: 0;
    }
    .inner_title .title, .inner_title .en_title {
        font-size: 20px;
    }
    .about1{
        flex-wrap: wrap;
    }
    .about1 .about1_left {
        padding-right: 15px;
        width: 100%;
    }
    .wrap_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about1 .sem {
        width: 45px;
        height: 32px;
        top: 15px;
    }
    .about1 .about1_left .company_name {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .about1 .about1_right {
        padding: 25px 15px;
        width: 100%;
    }
    .culture_list li{
        width: 100%;
        padding: 25px;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .next2 {
        width: 30px;
        height: 30px;
        top: 5px;
    }
    .about3 .history_con {
        padding-right: 30px;
    }
    .liuyan_con li.submit_li input {
        padding: 6px 15px;
    }
    .inner .inner_title{
        margin-bottom: 0;
    }
    .teac_part {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .teac_part .tech_info, .teac_part .tech_img{
        width: 100%;
    }
    .teac_part1 .tech_info {
        padding-right: 0;
    }
    .teac_part .teac_list li .img {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .teac_part .teac_list li .img img {
        height: 25px;
    }
    .teac_part1{
        flex-direction: column-reverse;
    }
    .teac_part .tech_img {
        height: 220px;
        margin-bottom: 20px;
    }
    .teac_part2 .tech_info {
        padding-left: 0;
    }
    .team_list li .info_con {
        display: none;
    }
    .team_list li .img_con {
        height: 240px;
    }
    .team_container li .img_con {
        padding: 10px;
    }
    .honor1 .next3, .honor1 .prev3 {
        top: 34%;
    }
    .honor2 .next3, .honor2 .prev3 {
        top: 30%;
    }
    .honor3 .honor3_info {
        font-size: 18px;
        line-height: 28px;
    }
    .sec.honor3 {
        padding-bottom: 300px;
    }
    .pro {
        height: 100%;
        margin-top: 0;
        padding-top: 61px;
    }
    .pro .w_part{
        padding: 0 15px;
    }
    .pro .left_pro_menu {
        width: 180px;
        padding: 50px 0 0;
        background: #fff;
        z-index: 10;
        left: -250px;
        top: 61px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .left_pro_menu .menu_top{
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-left: 10px;
        color: #0d6fb8;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .left_pro_menu_con{
   /*     border-top: 1px solid #eee;*/
    }
    .pro .left_pro_menu.open{
        left: 0;
    }
    .pro .left_pro_menu .close_pro_menu{
        width: 50px;
        height: 50px;
        background: url(img/close1.png) no-repeat center center;
        background-size: 20px 20px !important;

    }
    .open_pro_menu {
        width: 50px;
        height: 50px;
        background: #fff url(img/pro_menu.png) no-repeat center center;
        background-size: 80% 80%;
        position: absolute;
        top: 75px;
        left: 0px;
        z-index: 8;
    }
    .pro .w_part {
        flex-wrap: wrap;
    }
    .pro .pro_info,
    .pro .pro_img {
        width: 100%;
    }
    .pro .pro_img{
        text-align: center;
        height: auto;
    }
    .pro .pro_img img {
        max-width: 80%;
        max-height: 100%;
        position: static;
        transform: none;
    }
    .pro .pro_info{
        padding-top: 80px;
    }
    .pro .pro_info .title, .pro .pro_info .en_title {
        font-size: 20px;
        line-height: 20px;
    }
    .pro .pro_info .name {
        font-size: 30px;
    }
    .pro .pro_info .en_title {
        margin: 10px 0 15px;
    }
    .pro .pro_info .title {
        margin-bottom: 20px;
    }
    .product_item {
        margin-bottom: 25px;
    }
    .product_item .models_list {
        margin-top: -12px;
    }
    .models_list li {
        width: 47%;
        padding-top: 47%;
        margin-right: 6%;
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-top: 15px;
    }
    .models_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .models_list li .name {
        width: 110px;
        height: 110px;
        line-height: 20px;
        font-size: 15px;
    }

    .advantages_list p {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .key_list dd {
        width: 100%;
    }
    .solution .solution_area {
        margin-top: 20px;
    }
    .solution_area .info_con .title {
        font-size: 24px;
        line-height: 24px;
    }
    .solution {
        margin-bottom: 30px;
    }
    .news_top{

    }
    .news_top li{
        flex-wrap: wrap;
    }
    .news_top .img_con {
        width: 100%;
        height: 200px;
    }
    .news_top .info_con {
        padding: 20px;
        width: 100%;
    }
    .news_top .title {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
        margin: 15px 0 10px;
    }
    .news .day {
        font-size: 22px;
    }
    .news_top .read_more {
        margin-top: 20px;
    }

    .news2_list li {
        width: 49%;
        margin-right: 2%;
    }
    .news2_list li:nth-of-type(3n){
        margin-right: 2%;
    }
    .news2_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .news2_list li .info_con {
        padding: 15px 10px 10px;
    }
    .news2_list li .day {
        font-size: 18px;
    }
    .news2_list li .year {
        font-size: 14px;
    }
    .news2_list li .title {
        font-size: 15px;
        line-height: 22px;
        height: 44px;
        margin-top: 10px;
    }

    .detail_left {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }
    .detail_right {
        padding-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    .page_detail .title {
        font-size: 18px;
        line-height: 26px;
    }
    .page_detail .time {
        margin: 10px 0 15px;
    }
    .recommend_name {
        font-size: 20px;
    }
    .jump_page .title {
        display: none;
    }
    .jump_page .next {
        padding-left: 0;
        text-align: center;
    }
    .jump_page .prev {
        padding-right: 0;
        text-align: center;
    }
    .jump_page .prev,
    .jump_page .next{
        font-size: 16px;
        padding: 15px 0;
    }

    .contact_list {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .contact_list li{
        width: 48%;
        margin-bottom: 10px;
    }
    .contact_list li:first-of-type{
        width: 100%;
    }
    .contact_list li img {
        height: 32px;
    }

    .map {
        height: 320px;
    }

    .add_list li {
        width: 100%;
        margin-bottom: 15px;
    }
    .add_list li .info_con {
        padding: 15px 15px;
    }
    .add_list li .info_con .name {
        font-size: 17px;
    }

    .add_list li .info_con .line {
        margin: 15px 0 10px;
        width: 30px;
    }
    .add_list li .info_con .add {
        font-size: 14px;
        line-height: 20px;
    }
    .talent_list li img {
        height: 50px;
    }
    .talent_info {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .talent_list li .title {
        padding: 10px 0;
        font-size: 15px;
        line-height: 21px;
        height: 42px;
    }
    .join_menu a {
        margin: 0 10px;
        padding: 7px 20px;
        font-size: 14px;
    }
    .join_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .join_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .join_list li .name {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        padding: 0 12px;
    }
    .join_list li dl dd {
        line-height: 26px;
        padding: 0px 12px;
    }
    .display_title {
        padding: 15px;
        height: auto;
        flex-wrap: wrap;
    }

    .display_title dl dd {
        font-size: 14px;
        margin-left: 5px;
    }
    .display_title dl dd:first-of-type{
        margin-left: 0;
    }
    .display_title dl dd span {
        margin-right: 5px;
    }
    .display_title .name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .display_area .left {
        width: 100%;
        height: auto;
    }
    .display_area {
        padding: 20px 15px;
        height: calc(100% - 80px);
        flex-wrap: wrap;
        overflow: auto;
    }
    .display_area .right {
        height: auto;
        padding-top: 15px;
    }

    .display_mark .display_box{
        height: 100%;
    }
    .crumbs_con .w {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .crumbs a:first-of-type{
        padding-left: 0;
    }
    .left_menu{
        display: none;
    }
    .solution_area .pro_con li .img{
        padding: 12px;
    }
    .sec1{
			  height: auto;	
    }
  .sec1 .down_icon{
    display: none;
  }
  .banner_info {
    left: 10%;
    width: 80%;
    top: 42%;
  }
  .banner_info .title1 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .banner_info .title2 {
    font-size: 12px;
    line-height: 20px;
  }
  .banner_swiper li.video_li>a{
  	height: 250px;
    background: url(img/banner.jpg) no-repeat center center;
	}
  
  .pro .w_part .slide_down{
  	right: 20px;
  }
}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

